home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / telegard / chtca003.zip / CHATCALL.DOC < prev    next >
Text File  |  1996-02-11  |  5KB  |  161 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                      | ChatCall v0.02
  9.                      |
  10.                      | Multi-node chat Telegard script
  11.                      |
  12.                      | By: Thomas Moore
  13.                      |________________________________
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                        ChatCall Instalation Instructions
  20.                        ---------------------------------
  21.  
  22.  
  23.  
  24.    1) First, copy CHATCALL.SCR to your \BBS\TEXT directory.  This is the
  25.       directory where Telegard will look for .SCR files.
  26.  
  27.    2) Next, you will need to edit CHATCALL.SCR to change the paths used in
  28.       it (unless you have your bbs set up in the *DEFAULT* directories that
  29.       Telegard installed them to.
  30.  
  31.       For example in your editor search for \TG and replace each occurance
  32.       of \TG with the path to where you have installed Telegard to.  If you
  33.       installed Telegard in a directory called TELEGARD then you would change
  34.       each ocurance of \TG to \TELEGARD.  example:
  35.  
  36.       in the script you have a line that reads:
  37.  
  38.               FILECREATE C:\TG\TEMP$CHATNO$\CHAT.~CN
  39.  
  40.       You would replace the \TG in the line above to read
  41.  
  42.               FILECREATE C:\TELEGARD\TEMP$CHATNO$\CHAT.~CN
  43.  
  44.    3) After changing the paths used in CHATCALL.SCR and saving the file, you
  45.       will need to add a menu command to access this script.   Following is
  46.       an example of a menu command to add:
  47.  
  48.  
  49.  
  50.       1. Long    : (/C)hat with people on other nodes
  51.       2. Short   : (/C)hat with other node
  52.       3. Keys    : /C
  53.       4. Command : -E - Execute Script
  54.       5. Options : "chatcall CHAT"
  55.       6. Access  : "^"
  56.       7. Display : ACS Dependant
  57.  
  58.       Edit menu (?=help) :
  59.  
  60.  
  61.       I have added a menu command for each menu that users have access to so
  62.       that they can chat from where ever they happen to be.
  63.  
  64.    4) If you chose a different KEYS on #3 than what I added in my list, then
  65.       you will also need to change the following line in CHATCALL.SCR to show
  66.       the users the correct key to get into chat:
  67.  
  68. MENU NM $CHATNO$; ~UH wishes to chat with you. Press /C from any menu to chat.
  69.  
  70.                                                     ^^^^
  71.                                                  The above would need
  72.                                                  to be changed to what
  73.                                                  ever command you have
  74.                                                  chosen to start chat.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.                     Changes from my first CHATCALL.SCR
  81.                    ------------------------------------
  82.  
  83.  
  84.    1)  First version of CHATCALL.SCR required that you press enter to be
  85.        able to see if there was a message waiting for you.  Thanks to some
  86.        changes that Tim has made in the scripting language, this is not
  87.        necessary.   CHATCALL now uses the KEYPRESSED script command that
  88.        was added in gamma3.
  89.  
  90.    2)  CHATCALL uses new commands in Telegard gamma3 that allow you to send
  91.        messages to other nodes.  This is used to send a message to the other
  92.        node to let them know that you are wanting to chat, and a brief line
  93.        of instruction to let the user know how to access the chat command.
  94.  
  95.    3)  I added a help screen so that users can get help on the other commands
  96.        that are available.
  97.  
  98.    4)  Added the /N command to start a new chat.
  99.  
  100.    5)  Added the /S command to allow sending a message to someone on a
  101.        different node with out being in CHAT with them. (uses the NM menu
  102.        command in Gamma3).
  103.  
  104.  
  105.  
  106.    REQUIREMENTS | REQUIREMENTS | REQUIREMENTS | REQUIREMENTS | REQUIREMENTS
  107.  
  108.  
  109.                                    Requirements
  110.                                  ----------------
  111.  
  112.   Simple.... The commands used in this script require Telegard 2.99 gamma3
  113.  
  114.  
  115.  
  116.  
  117.    REQUIREMENTS | REQUIREMENTS | REQUIREMENTS | REQUIREMENTS | REQUIREMENTS
  118.  
  119.  
  120.  
  121.                                    COST ?????
  122.                                  --------------
  123.  
  124.  
  125.                           YOU GOTTA BE KIDDING!!!!!
  126.  
  127.   Telegard is FREE, and this does NOTHING that Telegard isn't doing for me :)
  128.   Enjoy this one, and thank Tim Strike.
  129.  
  130.  
  131.                                     Credits
  132.                                  --------------
  133.  
  134.    I credit Tim Strike and the Telegard BETA team entirely for making this
  135.    type of a script possible.  From what I read of the WHATSNEW.300 it looks
  136.    as though this script may soon become obsolete when/if there is an inter-
  137.    node chat added to Telegard.
  138.  
  139.    A special thanks to Tim Strike for added the Keypressed routine to the
  140.    Telegard scripting language, as well as for the rest of his many
  141.    accomplishments with Telegard.
  142.  
  143.  
  144.                                   Suggestions
  145.                                -----------------
  146.  
  147.    I doubt that anyone will have many suggestions for this, but just in
  148.    case, if you have something that you would like to see added, and are
  149.    having difficulties in doing so, you are more than welcome to NETMAIL
  150.    me at the following:
  151.  
  152.    Tom Moore
  153.    1:3814/8
  154.    Email: tmoore@cowboy.net
  155.  
  156.    Best Regards,
  157.    Tom Moore
  158.  
  159.  
  160.  
  161.